home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / iv.dir / 00167.ls < prev    next >
Encoding:
Text File  |  1996-04-19  |  233 b   |  11 lines

  1. on mouseDown
  2.   global givFullPath, givCurrArrow
  3.   set tmp to the castNum of sprite the clickOn
  4.   repeat while the stillDown
  5.     nothing()
  6.   end repeat
  7.   if the mouseCast = tmp then
  8.     IncrementMonitorList(givCurrArrow)
  9.   end if
  10. end
  11.